/**
 * 特价商标样式
 */
.tj-tm-wrapper .spebox{
    padding: 0 5px;opacity: .9;min-width: unset !important;
}
.tj-tm-wrapper .c-img{
    background: #fff;
    border: 1px solid #ccc;
    width: 136px;
    height:118px;
}
.tj-tm-wrapper .c-img img{
    border: none!important;
}
.tj-tm-wrapper .c-img:hover{
    border: solid 1px #E4393C!important;
}

/**
 * 页脚导航样式
 */
.foot-sitenav {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 0 20px;
}

.foot-sitenav-left {
    width: 160px;
    margin-right: 10px;
    padding: 20px;
}

.foot-sitenav-right {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}

.foot-sitenav-item {
    width: 27.5%;
    margin: 10px;
    border-radius: 5px;
    background: #F6F6F6;
    padding: 15px;
}

.foot-sitenav-item:hover {
    background: #f5f8fc;
}

.foot-sitenav-item-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.foot-sitenav-item-body a{
    margin-right: 5px;
    margin-bottom: 10px;
    display: inline-block;
    color:#747576;
    font-size: 12px;
}

#ht-backtotop {
    position: fixed;
    right: 10px;
    bottom: 100px;
    margin-left: 13%;
    display: none;
}
#ht-backtotop .btn-action {
    display: block;
    width: 38px;
    height: 38px;
    background-color: #ddd;
    border-radius: 3px;
    border: 0;
    cursor: pointer;
    position: relative;
}
#ht-backtotop .arrowtop,
#ht-backtotop .sticktop {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
}
#ht-backtotop .arrowtop {
    width: 0;
    height: 0;
    top: -1px;
    border: 9px solid transparent;
    border-bottom-color: #aaa;
}
#ht-backtotop .sticktop {
    width: 8px;
    height: 14px;
    top: 15px;
    border-radius: 1px;
    background-color: #aaa;
}

/* 样式调整， 重写旧样式 */
#classbox .tmclass ul{padding-top: 0;}
#classbox .tmclass ul li{padding-bottom: 10px;padding-top: 12px;margin:0;}
#classbox .tmclass ul li span{margin-top: 4px;}
.c_setbox .title dl dt.hover{height: 40px;line-height: 40px;}
.n_setbox .title dl dt.hover{height: 40px;line-height: 40px;}
#footer .fonbox .contact ul li{font-size: 12px;}
#all_conbox .minbox li:hover{border:1px solid #f26a4f}
#all_conbox .leftbox em a{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    width: 100%;
}